Skip to main content

Importing any resource

Using the @catalogcloud/cli you can import a any resource directly into your catalog. You will need the ARN of the resource to import.

tip

Run the CloudCatalog CLI within your catalog directory.

Steps to import

  1. Navigate to your CloudCatalog in your terminal
  2. Import the resource into your catalog by running the following command:
npx @cloudcatalog/cli@latest import-resource {arn}
  1. Start your CloudCatalog
npm run dev
  1. Navigate to the resources or overview page to see your resources.
Adding owners/users/services

Remember you can add users, owners or services to your resources and document them with markdown!

When you import a resource it will have a default template you can change.